home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Shareware / Twistpad 1.1 / Setup.exe / Syntax / jscript.sdf < prev    next >
Encoding:
Text File  |  2006-04-29  |  1.3 KB  |  69 lines

  1. ;Java script source adicional Syntax highlight Script for Twistpad
  2. ;1998 - 2006 (C) Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Java Script
  6. Extensions=js
  7. CaseSensitive=0
  8. Spelling=0 
  9. SpellingContexts=1;2
  10.  
  11. [Comment1]
  12. Type=StartStop
  13. Context=1
  14. Scope=0
  15. Priority=10
  16. WholeWordOnly=0
  17. First=//
  18. Last=
  19. Background=Default
  20. Foreground=008000
  21. italic=0
  22.  
  23. [Comment2]
  24. Type=StartStop
  25. Context=1
  26. Scope=0
  27. Priority=10
  28. WholeWordOnly=0
  29. First=/*
  30. Last=*/
  31. Background=Default
  32. Foreground=008000
  33. italic=0
  34.  
  35. [Quote]
  36. Type=StartStop
  37. Context=2
  38. Scope=0
  39. Priority=10
  40. WholeWordOnly=0
  41. First="
  42. Last="
  43. Background=Default
  44. Foreground=408080
  45.  
  46. [Quote2]
  47. Type=StartStop
  48. Context=3
  49. Scope=0
  50. Priority=10
  51. WholeWordOnly=0
  52. First='
  53. Last='
  54. Background=Default
  55. Foreground=408080
  56.  
  57. [Keywords]
  58. Type=keyword
  59. Context=101
  60. Scope=0
  61. Priority=6
  62. WholeWordOnly=1
  63. Keyword1=Abstract;Boolean;break;byte;case;catch;char;class;const;continue;default;delete;do;double;
  64. Keyword2=else;extends;false;final;finally;float;for;function;goto;if;implements;import;in;instanceof;
  65. Keyword3=int;interface;long;native;new;null;package;private;protected;public;return;short;static;super;
  66. Keyword4=switch;synchronized;this;throw;throws;transient;true;try;typeof;var;void;while;with;
  67. Background=Default
  68. Foreground=0000FF
  69. Bold=0